home *** CD-ROM | disk | FTP | other *** search
- * $VER: thxplay_lib.fd 5.2 (11.05.98)
- ##base _THXPlayBase
- ##bias 30
- ##public
- *
- * allocation functions
- *
- thxInit(module)(a0)
- thxFree()()
- *
- * song control functions
- *
- thxPlay()()
- thxStop()()
- thxPause()()
- thxWind(direction)(d0)
- *
- * volume control functions
- *
- thxGetVolume()()
- thxSetVolume(volume)(d0)
- *
- * multisong support functions
- *
- thxGetNumSongs()()
- thxSetSong(song)(d0)
- *
- * noteplay functions
- *
- thxPlayNote(channel,note,instrument)(d0,d1,d2)
- thxStopNote(channel)(d0)
- thxNoteFX(channel,effect,parameter)(d0,d1,d2)
- ##private
- thxReserved01()()
- ##public
- *
- * misc functions
- *
- thxSignalEnd(task,signalset)(a0,d0)
- thxSongEnded()()
- thxSyncByte()()
- thxPlaytime()()
- ##end
-